home *** CD-ROM | disk | FTP | other *** search
/ Champak 108 / jogo-disk-108.iso / Games / simple_tower_defense.swf / scripts / DefineButton2_127 / BUTTONCONDACTION on(press).as
Text File  |  2010-05-15  |  89b  |  6 lines

  1. on(press){
  2.    _root.clicked.start();
  3.    _root.go = true;
  4.    _root.gotoAndStop(2);
  5. }
  6.